home *** CD-ROM | disk | FTP | other *** search
/ IRIX Base Documentation 2001 May / SGI IRIX Base Documentation 2001 May.iso / usr / share / catman / p_man / cat3 / Xt / XtAppError.z / XtAppError
Encoding:
Text File  |  1998-10-30  |  3.5 KB  |  133 lines

  1.  
  2.  
  3.  
  4.      XXXXttttAAAAppppppppEEEErrrrrrrroooorrrr((((3333XXXXtttt))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))     XXXXttttAAAAppppppppEEEErrrrrrrroooorrrr((((3333XXXXtttt))))
  5.  
  6.  
  7.  
  8.      NNNNAAAAMMMMEEEE
  9.           XtAppError, XtAppSetErrorHandler, XtAppSetWarningHandler,
  10.           XtAppWarning - low-level error handlers
  11.  
  12.      SSSSYYYYNNNNTTTTAAAAXXXX
  13.           void XtAppError(_a_p_p__c_o_n_t_e_x_t, _m_e_s_s_a_g_e)
  14.                 XtAppContext _a_p_p__c_o_n_t_e_x_t;
  15.                 String _m_e_s_s_a_g_e;
  16.  
  17.           void XtAppSetErrorHandler(_a_p_p__c_o_n_t_e_x_t, _h_a_n_d_l_e_r)
  18.                 XtAppContext _a_p_p__c_o_n_t_e_x_t;
  19.                 XtErrorHandler _h_a_n_d_l_e_r;
  20.  
  21.           void XtAppSetWarningHandler(_a_p_p__c_o_n_t_e_x_t, _h_a_n_d_l_e_r)
  22.                 XtAppContext _a_p_p__c_o_n_t_e_x_t;
  23.                 XtErrorHandler _h_a_n_d_l_e_r;
  24.  
  25.           void XtAppWarning(_a_p_p__c_o_n_t_e_x_t, _m_e_s_s_a_g_e)
  26.                 XtAppContext _a_p_p__c_o_n_t_e_x_t;
  27.                 String _m_e_s_s_a_g_e;
  28.  
  29.      AAAARRRRGGGGUUUUMMMMEEEENNNNTTTTSSSS
  30.           _a_p_p__c_o_n_t_e_x_t
  31.                     Specifies the application context.
  32.  
  33.           _m_e_s_s_a_g_e   Specifies the nonfatal error message that is to be
  34.                     reported.
  35.  
  36.           _h_a_n_d_l_e_r   Specifies the new fatal error procedure, which
  37.                     should not return, or the nonfatal error
  38.                     procedure, which usually returns.
  39.  
  40.           _m_e_s_s_a_g_e   Specifies the message that is to be reported.
  41.  
  42.      DDDDEEEESSSSCCCCRRRRIIIIPPPPTTTTIIIIOOOONNNN
  43.           The _X_t_A_p_p_E_r_r_o_r function calls the installed error procedure
  44.           and passes the specified message.
  45.  
  46.           The _X_t_A_p_p_S_e_t_E_r_r_o_r_H_a_n_d_l_e_r function registers the specified
  47.           procedure, which is called when a fatal error condition
  48.           occurs.
  49.  
  50.           The _X_t_A_p_p_S_e_t_W_a_r_n_i_n_g_H_a_n_d_l_e_r registers the specified
  51.           procedure, which is called when a nonfatal error condition
  52.           occurs.
  53.  
  54.           The _X_t_A_p_p_W_a_r_n_i_n_g function calls the installed nonfatal error
  55.           procedure and passes the specified message.
  56.  
  57.      SSSSEEEEEEEE AAAALLLLSSSSOOOO
  58.           XtAppGetErrorDatabase(3Xt), XtAppErrorMsg(3Xt)
  59.           _X _T_o_o_l_k_i_t _I_n_t_r_i_n_s_i_c_s - _C _L_a_n_g_u_a_g_e _I_n_t_e_r_f_a_c_e
  60.  
  61.  
  62.  
  63.      Page 1                                          (printed 4/30/98)
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.      XXXXttttAAAAppppppppEEEErrrrrrrroooorrrr((((3333XXXXtttt))))    XXXX VVVVeeeerrrrssssiiiioooonnnn 11111111 ((((RRRReeeelllleeeeaaaasssseeee 6666....3333))))     XXXXttttAAAAppppppppEEEErrrrrrrroooorrrr((((3333XXXXtttt))))
  71.  
  72.  
  73.  
  74.           _X_l_i_b - _C _L_a_n_g_u_a_g_e _X _I_n_t_e_r_f_a_c_e
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.      Page 2                                          (printed 4/30/98)
  130.  
  131.  
  132.  
  133.